Home
last modified time | relevance | path

Searched refs:absolute_path (Results 1 – 13 of 13) sorted by relevance

/third_party/libabigail/tools/
Dabisym.cc42 bool absolute_path; member
50 absolute_path(true) in options()
103 opts.absolute_path = false; in parse_command_line()
140 if (opts.absolute_path) in main()
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc174 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/node/deps/v8/third_party/zlib/google/
Dzip.cc60 const base::FilePath absolute_path = src_dir_.Append(path); in Open() local
61 if (base::DirectoryExists(absolute_path)) { in Open()
66 absolute_path, base::File::FLAG_OPEN | base::File::FLAG_READ); in Open()
/third_party/node/deps/zlib/google/
Dzip.cc60 const base::FilePath absolute_path = src_dir_.Append(path); in Open() local
61 if (base::DirectoryExists(absolute_path)) { in Open()
66 absolute_path, base::File::FLAG_OPEN | base::File::FLAG_READ); in Open()
/third_party/node/deps/uv/src/unix/
Daix.c774 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/libuv/src/unix/
Daix.c774 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/f2fs-tools/fsck/
Dmain.c38 static char *absolute_path(const char *file) in absolute_path() function
687 c.fs_config_file = absolute_path(optarg); in f2fs_parse_options()
699 c.from_dir = absolute_path(optarg); in f2fs_parse_options()
702 c.target_out_dir = absolute_path(optarg); in f2fs_parse_options()
716 absolute_path(token); in f2fs_parse_options()
/third_party/libabigail/tests/
Dtest-symtab.cc40 const std::string& absolute_path = test_data_dir + path; in read_corpus() local
45 dwarf::create_reader(absolute_path, debug_info_root_paths, in read_corpus()
/third_party/jerryscript/docs/
D12.EXT-REFERENCE-MODULE.md203 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/node/deps/v8/src/d8/
Dd8.cc892 std::string absolute_path; in NormalizePath() local
894 absolute_path = path; in NormalizePath()
896 absolute_path = dir_name + '/' + path; in NormalizePath()
898 std::replace(absolute_path.begin(), absolute_path.end(), '\\', '/'); in NormalizePath()
900 std::istringstream segment_stream(absolute_path); in NormalizePath()
1007 std::string absolute_path = NormalizePath(ToSTLString(isolate, specifier), in ResolveModuleCallback() local
1012 d->module_map.find(std::make_pair(absolute_path, module_type)); in ResolveModuleCallback()
1100 std::string absolute_path = in FetchModuleTree() local
1113 std::make_pair(absolute_path, request_module_type))) { in FetchModuleTree()
1117 if (FetchModuleTree(module, context, absolute_path, request_module_type) in FetchModuleTree()
[all …]
/third_party/icu/icu4c/source/python/icutools/databuilder/
D__main__.py183 for part in error.absolute_path
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
D__main__.py183 for part in error.absolute_path
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs746 let absolute_path = env::current_dir() in header_contents() localVariable
754 .push((absolute_path, contents.into())); in header_contents()