Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/libchrome/base/files/
Dfile_unittest.cc24 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
113 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
123 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file"); in TEST() local
141 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
168 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST() local
263 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file"); in TEST() local
315 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file"); in TEST() local
437 FilePath file_path = local
462 FilePath file_path = local
486 FilePath file_path = temp_dir.GetPath().AppendASCII("seek_file"); local
[all …]
/external/skia/tools/
Dsanitize_source_files.py87 def TrailingWhitespaceRemover(line, file_path, line_number): argument
95 def CrlfReplacer(line, file_path, line_number): argument
102 def TabReplacer(line, file_path, line_number): argument
119 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument
128 def SvnEOLChecker(file_content, file_path): argument
/external/icing/icing/file/
Dportable-file-backed-proto-log_benchmark.cc61 const std::string file_path = IcingStringUtil::StringPrintf( in BM_Write() local
114 const std::string file_path = IcingStringUtil::StringPrintf( in BM_Read() local
169 const std::string file_path = IcingStringUtil::StringPrintf( in BM_Erase() local
209 const std::string file_path = GetTestTempDir() + "/proto.log"; in BM_ComputeChecksum() local
251 const std::string file_path = GetTestTempDir() + "/proto.log"; in BM_ComputeChecksumWithCachedChecksum() local
295 const std::string file_path = GetTestTempDir() + "/proto.log"; in BM_ComputeChecksumOnlyForTail() local
Dfile-backed-proto-log.h307 const std::string& file_path, in FileBackedProtoLog()
318 const std::string& file_path, in Create()
354 const std::string& file_path, in InitializeNewFile()
379 const std::string& file_path, in InitializeExistingFile()
473 const Filesystem* filesystem, const std::string& file_path, in ComputeChecksum()
590 const std::string& file_path, in Iterator()
Dfile-backed-vector.h334 const std::string& file_path, in Create()
372 const Filesystem& filesystem, const std::string& file_path, ScopedFd fd, in InitializeNewFile()
403 const Filesystem& filesystem, const std::string& file_path, in InitializeExistingFile()
470 const Filesystem& filesystem, const std::string& file_path) { in Delete()
480 const Filesystem& filesystem, const std::string& file_path, in FileBackedVector()
Dportable-file-backed-proto-log.h583 const Filesystem* filesystem, const std::string& file_path, in PortableFileBackedProtoLog()
604 const std::string& file_path, in Create()
641 const Filesystem* filesystem, const std::string& file_path, in InitializeNewFile()
673 const Filesystem* filesystem, const std::string& file_path, in InitializeExistingFile()
800 const Filesystem* filesystem, const std::string& file_path, in ComputeChecksum()
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils.py43 def _norm_abs_path(file_path): argument
47 def is_extension_uncompiled_python_source(file_path): argument
52 def is_extension_compiled_python_source(file_path): argument
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dcommon.cpp22 InputFile::InputFile(std::string file_path) { in InputFile()
26 InputFile::InputFile(std::string file_path, std::ios_base::openmode openmode) { in InputFile()
49 CachedInputFileStream::CachedInputFileStream(std::string file_path) in CachedInputFileStream()
67 InputFileASCII::InputFileASCII(std::string file_path) : InputFile(file_path) {} in InputFileASCII()
136 bool OutputFile::Open(const std::string& file_path, VideoCodecType codec) { in Open()
/external/libchrome/base/android/
Dapk_assets.cc18 int OpenApkAsset(const std::string& file_path, in OpenApkAsset()
35 const base::FilePath& file_path) { in RegisterApkAssetWithFileDescriptorStore()
/external/crosvm/qcow_utils/src/
Dqcow_utils.rs23 let file_path = match c_str.to_str() { in create_qcow_with_size() localVariable
52 let file_path = match c_str.to_str() { in expand_disk_image() localVariable
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dmodule.py10 def __init__(self, file_path): argument
17 def file_path(self): member in Module
/external/webrtc/tools_webrtc/presubmit_checks_lib/
Dcheck_orphan_headers.py37 def _ReadFile(file_path): argument
49 def GetBuildGnPathFromFilePath(file_path, file_exists_check, root_dir_path): argument
/external/tensorflow/tensorflow/c/experimental/ops/gen/common/
Dcontroller.cc37 const void Controller::WriteFile(const string& file_path, in WriteFile()
55 const string file_path = io::JoinPath(dir, file_name); in InitializeOpApi() local
/external/crosvm/base/src/windows/win/
Dioctl.rs332 let file_path = dir.path().join("test.dat"); in ioct_get_and_set_compression() localVariable
333 let file_path = file_path.as_path(); in ioct_get_and_set_compression() localVariable
410 let file_path = dir.path().join("test.dat"); in ioctl_with_val() localVariable
411 let file_path = file_path.as_path(); in ioctl_with_val() localVariable
/external/perfetto/src/profiling/symbolizer/
Dbreakpad_symbolizer.cc36 std::string file_path; in MakeFilePath() local
65 std::string file_path; in Symbolize() local
Dbreakpad_parser.cc35 base::Optional<std::string> GetFileContents(const std::string& file_path) { in GetFileContents()
64 BreakpadParser::BreakpadParser(const std::string& file_path) in BreakpadParser()
/external/rust/crates/csv/src/
Dtutorial.rs426 let file_path = get_first_arg()?; localVariable
483 let file_path = get_first_arg()?; localVariable
491 let file_path = get_first_arg()?; localVariable
1282 let file_path = get_first_arg()?; localVariable
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dexceptions.py23 def __init__(self, file_path): argument
28 def __init__(self, file_path): argument
Dbase_config.py74 def __init__(self, file_path, writable=False): argument
386 def _FormatPath(cls, file_path): argument
401 def _WriteConfigToFile(cls, file_path, dependencies=None): argument
/external/autotest/server/cros/multimedia/
Dvideo_facade_adapter.py57 def prepare_playback(self, file_path, fullscreen=True): argument
95 def prepare_arc_playback(self, file_path, fullscreen=True): argument
/external/perfetto/tools/trace_to_text/
Dmain.cc123 const char* file_path = positional_args[1]; in Main() local
143 const char* file_path = positional_args[2]; in Main() local
/external/rust/crates/grpcio-sys/
Dbuild.rs386 let file_path: PathBuf = match target.as_str() { in config_binding_path() localVariable
393 let file_path = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()) in config_binding_path() localVariable
405 let file_path = PathBuf::from(env::var("OUT_DIR").unwrap()).join("grpc-bindings.rs"); in config_binding_path() localVariable
/external/autotest/client/cros/multimedia/
Dvideo_facade_native.py69 def prepare_playback(self, file_path, fullscreen=True): argument
126 def prepare_arc_playback(self, file_path, fullscreen=True): argument
/external/noto-fonts/emoji-compat/
Dcreatefont.py144 def prepend_header_to_file(file_path, header_path): argument
268 def read_emoji_lines(file_path, optional=False): argument
328 def read_emoji_intervals(emoji_data_map, file_path, emoji_style_exceptions): argument
356 def read_emoji_sequences(emoji_data_map, file_path, optional=False, filter=None): argument
481 def add_file_to_sha(sha_algo, file_path): argument
/external/icing/icing/index/main/
Dindex-block.cc61 std::string_view file_path, in CreateFromPreexistingIndexBlockRegion()
80 std::string_view file_path, in CreateFromUninitializedRegion()

12345678910