Home
last modified time | relevance | path

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

/external/valgrind/tests/
Dcheck_headers_and_includes153 my $path_name = defined $path ? "$path/$file" : $file;
154 process_file($path_name);
164 my ($path_name) = @_;
166 return ($path_name =~ /^include\//) ? 1 : 0;
173 my ($path_name) = @_;
175 return ($path_name =~ /^coregrind\//) ? 1 : 0;
182 my ($path_name) = @_;
185 return 1 if ($path_name =~ /^$tool\//);
194 my ($path_name) = @_;
196 my $file = basename($path_name);
[all …]
/external/vixl/tools/
Dutil.py55 def ensure_dir(path_name): argument
56 if not os.path.exists(path_name):
57 os.makedirs(path_name)
/external/libchrome/base/files/
Dfile_path_watcher_kqueue.cc114 std::string path_name; in AreKeventValuesValid() local
118 path_name = event_data->path_.value(); in AreKeventValuesValid()
121 if (path_name.empty()) { in AreKeventValuesValid()
122 path_name = base::StringPrintf( in AreKeventValuesValid()
125 DLOG(ERROR) << "Error: " << kevents[i].data << " for " << path_name; in AreKeventValuesValid()
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_manager_util.py28 def ResolvePath(path_name): argument
29 return os.path.realpath(os.path.abspath(path_name))
/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/chromium-trace/catapult/catapult_base/catapult_base/
Dcloud_storage.py348 path_name, extension = os.path.splitext(
352 GetIfChanged(path_name, bucket)
/external/pdfium/core/include/fxge/
Dfx_ge_win32.h23 const FX_WCHAR* path_name; member
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp123 args.path_name = filename; in LoadFromFile()
159 HBITMAP hBitmap = (HBITMAP)LoadImageW(NULL, (wchar_t*)args.path_name, in LoadDIBitmap()
Dfx_win32_gdipext.cpp1406 status = CallFunc(GdipCreateBitmapFromFileICM)((wchar_t*)args.path_name, in LoadDIBitmap()
/external/kernel-headers/original/uapi/linux/
Dhyperv.h131 __u16 path_name[W_MAX_PATH]; member
/external/selinux/libsemanage/src/
Dsemanage_store.c459 enum semanage_sandbox_defs path_name) in semanage_path() argument
461 assert(semanage_paths[store][path_name]); in semanage_path()
462 return semanage_paths[store][path_name]; in semanage_path()
474 enum semanage_final_path_defs path_name) in semanage_final_path() argument
476 assert(semanage_final_paths[store][path_name]); in semanage_final_path()
477 return semanage_final_paths[store][path_name]; in semanage_final_path()
/external/dbus/
DChangeLog.pre-1-09512 path_name argument; adjust the other not-yet-implemented