Home
last modified time | relevance | path

Searched refs:absolute_path (Results 1 - 12 of 12) sorted by relevance

/third_party/libabigail/tools/
H A 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/
H A 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/
H A Dzip.cc60 const base::FilePath absolute_path = src_dir_.Append(path); variable
61 if (base::DirectoryExists(absolute_path)) {
66 absolute_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
/third_party/node/deps/zlib/google/
H A Dzip.cc60 const base::FilePath absolute_path = src_dir_.Append(path); variable
61 if (base::DirectoryExists(absolute_path)) {
66 absolute_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
/third_party/libuv/src/unix/
H A Daix.c790 char absolute_path[PATH_MAX]; in uv_fs_event_start() local
804 uv__strscpy(absolute_path, filename, sizeof(absolute_path)); in uv_fs_event_start()
817 snprintf(absolute_path, sizeof(absolute_path), "%s%s", readlink_cwd, in uv_fs_event_start()
825 rc = uv__setup_ahafs((const char *)absolute_path, &fd); in uv_fs_event_start()
/third_party/node/deps/uv/src/unix/
H A 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/
H A Dmain.c38 static char *absolute_path(const char *file) in absolute_path() function
694 c.fs_config_file = absolute_path(optarg); in f2fs_parse_options()
706 c.from_dir = absolute_path(optarg); in f2fs_parse_options()
709 c.target_out_dir = absolute_path(optarg); in f2fs_parse_options()
723 absolute_path(token); in f2fs_parse_options()
/third_party/libabigail/tests/
H A 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/node/deps/v8/src/d8/
H A 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_typ in FetchModuleTree()
1313 std::string absolute_path = NormalizePath(file_name, dir_name); DoHostImportModuleDynamically() local
1369 std::string absolute_path = NormalizePath(file_name, GetWorkingDirectory()); ExecuteModule() local
1438 std::string absolute_path = NormalizePath(file_name, GetWorkingDirectory()); ExecuteWebSnapshot() local
1469 std::string absolute_path = NormalizePath(file_name, GetWorkingDirectory()); LoadJSON() local
[all...]
/third_party/icu/icu4c/source/python/icutools/databuilder/
H A D__main__.py183 for part in error.absolute_path
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A D__main__.py183 for part in error.absolute_path
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs746 let absolute_path = env::current_dir() in header_contents()
754 .push((absolute_path, contents.into())); in header_contents()

Completed in 18 milliseconds