Home
last modified time | relevance | path

Searched refs:file_string (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/
H A Dfile_test.cc133 std::string file_string = "Line1\nLine2\r\nLine3\r\nLine4\n\n"; in TEST_F() local
134 EXPECT_TRUE(f_->Write(file_string, file_string.size()).ok()); in TEST_F()
/aosp_15_r20/external/libchrome/build/
H A Dgypi_to_gn.py100 file_string = open(path).read()
102 file_data = eval(file_string, {'__builtins__': None}, None)
/aosp_15_r20/development/vndk/snapshot/
H A Dcollect_licenses.py87 file_string = file_to_check.read()
88 self.read_and_check_licenses(file_string, LICENSE_KEYWORDS)
/aosp_15_r20/external/pigweed/pw_arduino_build/py/pw_arduino_build/
H A Dfile_operations.py90 def relative_or_absolute_path(file_string: str):
92 file_path = Path(file_string)
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dpython_checks.py85 file_string = line[3:].rstrip()
86 source_file_path = Path(file_string)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/
Ddeprecated_test.cpp162 p.file_string(); in misc_test()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py659 file_string = "\n".join(ikev2_vpn_cert_keys)
660 self.create_config_file(file_string, IKEV2_VPN_CERT_KEYS_PATH)
/aosp_15_r20/system/core/fastboot/
H A Dfastboot.cpp1535 std::string file_string(fname); in do_flash() local
1536 if (fp->source->ReadFile(file_string.substr(0, file_string.find('.')) + ".sig", in do_flash()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Dpath.hpp602 std::string file_string() const { return string(); } in file_string() function in boost::filesystem::path