Home
last modified time | relevance | path

Searched refs:path_name (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/tests/
Dcheck_headers_and_includes148 my $path_name = defined $path ? "$path/$file" : $file;
149 process_file($path_name);
159 my ($path_name) = @_;
161 return ($path_name =~ /^include\//) ? 1 : 0;
168 my ($path_name) = @_;
170 return ($path_name =~ /^coregrind\//) ? 1 : 0;
177 my ($path_name) = @_;
180 return 1 if ($path_name =~ /^$tool\//);
189 my ($path_name) = @_;
191 my $file = basename($path_name);
[all …]
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_nesting_test.cc52 bool DoesPathExist(const wchar_t *path_name) { in DoesPathExist() argument
53 DWORD flags = GetFileAttributes(path_name); in DoesPathExist()
Dexception_handler_death_test.cc55 BOOL DoesPathExist(const TCHAR *path_name);
95 BOOL DoesPathExist(const TCHAR *path_name) { in DoesPathExist() argument
96 DWORD flags = GetFileAttributes(path_name); in DoesPathExist()
Dexception_handler_test.cc90 static BOOL DoesPathExist(const TCHAR *path_name);
144 BOOL ExceptionHandlerTest::DoesPathExist(const TCHAR *path_name) { in DoesPathExist() argument
145 DWORD flags = GetFileAttributes(path_name); in DoesPathExist()
/external/pdfium/core/include/fxge/
Dfx_ge_win32.h24 FX_LPCWSTR path_name; member
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp119 args.path_name = filename; in LoadFromFile()
154 …HBITMAP hBitmap = (HBITMAP)LoadImageW(NULL, (wchar_t*)args.path_name, IMAGE_BITMAP, 0, 0, LR_LOADF… in LoadDIBitmap()
Dfx_win32_gdipext.cpp1149 status = CallFunc(GdipCreateBitmapFromFileICM)((wchar_t*)args.path_name, &pBitmap); in LoadDIBitmap()
/external/kernel-headers/original/uapi/linux/
Dhyperv.h125 __u16 path_name[W_MAX_PATH]; member
/external/selinux/libsemanage/src/
Dsemanage_store.c455 enum semanage_sandbox_defs path_name) in semanage_path() argument
457 assert(semanage_paths[store][path_name]); in semanage_path()
458 return semanage_paths[store][path_name]; in semanage_path()
470 enum semanage_final_path_defs path_name) in semanage_final_path() argument
472 assert(semanage_final_paths[store][path_name]); in semanage_final_path()
473 return semanage_final_paths[store][path_name]; in semanage_final_path()