/third_party/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 52 static char *absolute_path(const char *file) in absolute_path() function 226 fs_config_file = absolute_path(optarg); in main() 238 seopt_file[nr_opt].value = absolute_path(token); in main() 245 product_out = absolute_path(optarg); in main() 252 basefs_out = absolute_path(optarg); in main() 255 basefs_in = absolute_path(optarg); in main() 258 block_list = absolute_path(optarg); in main() 261 src_dir = absolute_path(optarg); in main()
|
/third_party/flutter/skia/third_party/externals/zlib/google/ |
D | zip_writer.cc | 173 const base::FilePath& absolute_path = absolute_paths[i]; in FlushEntriesIfNeeded() local 184 file_accessor_->GetLastModifiedTime(absolute_path); in FlushEntriesIfNeeded() 190 DCHECK(file_accessor_->DirectoryExists(absolute_path)); in FlushEntriesIfNeeded()
|
/third_party/node/deps/zlib/google/ |
D | zip_writer.cc | 173 const base::FilePath& absolute_path = absolute_paths[i]; in FlushEntriesIfNeeded() local 184 file_accessor_->GetLastModifiedTime(absolute_path); in FlushEntriesIfNeeded() 190 DCHECK(file_accessor_->DirectoryExists(absolute_path)); in FlushEntriesIfNeeded()
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip_writer.cc | 174 const base::FilePath& absolute_path = absolute_paths[i]; in FlushEntriesIfNeeded() local 185 file_accessor_->GetLastModifiedTime(absolute_path); in FlushEntriesIfNeeded() 191 DCHECK(file_accessor_->DirectoryExists(absolute_path)); in FlushEntriesIfNeeded()
|
/third_party/boost/boost/iostreams/detail/ |
D | absolute_path.hpp | 30 inline std::string absolute_path(const std::string& path) in absolute_path() function
|
/third_party/boost/tools/quickbook/src/ |
D | path.cpp | 57 absolute_path = fs::absolute(path); in path_difference() local 63 absolute_path.relative_path()); in path_difference() 73 path_tmp = absolute_path.root_path(); in path_difference()
|
/third_party/f2fs-tools/fsck/ |
D | main.c | 38 static char *absolute_path(const char *file) in absolute_path() function 542 c.fs_config_file = absolute_path(optarg); in f2fs_parse_options() 554 c.from_dir = absolute_path(optarg); in f2fs_parse_options() 557 c.target_out_dir = absolute_path(optarg); in f2fs_parse_options() 571 absolute_path(token); in f2fs_parse_options()
|
/third_party/libuv/src/unix/ |
D | aix.c | 774 char absolute_path[PATH_MAX]; in uv_fs_event_start() local 788 uv__strscpy(absolute_path, filename, sizeof(absolute_path)); in uv_fs_event_start() 801 snprintf(absolute_path, sizeof(absolute_path), "%s%s", readlink_cwd, in uv_fs_event_start() 809 rc = uv__setup_ahafs((const char *)absolute_path, &fd); in uv_fs_event_start()
|
/third_party/glib/gio/ |
D | gwin32registrykey.c | 405 gchar *absolute_path; member 456 g_clear_pointer (&priv->absolute_path, g_free); in g_win32_registry_key_dispose() 571 priv->absolute_path_w = g_utf8_to_utf16 (priv->absolute_path, in g_win32_registry_key_initable_init() 1825 if (key->priv->absolute_path == NULL) in g_win32_registry_key_get_path() 1827 g_free (key->priv->absolute_path); in g_win32_registry_key_get_path() 1828 key->priv->absolute_path = in g_win32_registry_key_get_path() 1833 return key->priv->absolute_path; in g_win32_registry_key_get_path() 2658 g_assert (priv->absolute_path == NULL); in g_win32_registry_key_set_property() 2660 priv->absolute_path = g_value_dup_string (value); in g_win32_registry_key_set_property()
|
/third_party/mindspore/tests/ut/cpp/mindrecord/ |
D | ut_common.cc | 139 std::string absolute_path = directory + std::string("/") + std::string(d_ent->d_name); in GetAbsoluteFiles() local 141 absolute_path = directory + std::string(d_ent->d_name); in GetAbsoluteFiles() 143 files_absolute_path.push_back(absolute_path); in GetAbsoluteFiles()
|
/third_party/jerryscript/docs/ |
D | 12.EXT-REFERENCE-MODULE.md | 203 jerry_value_t absolute_path; 208 …* name for "./" and "../", follow symlinks, etc., then create absolute_path via jerry_create_strin… 212 return absolute_path;
|
/third_party/grpc/doc/ |
D | naming.md | 37 - `unix:path` or `unix://absolute_path` -- Unix domain sockets (Unix systems only)
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
D | __main__.py | 183 for part in error.absolute_path
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
D | __main__.py | 183 for part in error.absolute_path
|