Home
last modified time | relevance | path

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

/external/libchrome/build/
Dgypi_to_gn.py100 file_string = open(path).read()
102 file_data = eval(file_string, {'__builtins__': None}, None)
/external/private-join-and-compute/private_join_and_compute/util/
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()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dfile_operations.py90 def relative_or_absolute_path(file_string: str):
92 file_path = Path(file_string)
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpython_checks.py85 file_string = line[3:].rstrip()
86 source_file_path = Path(file_string)
/external/sdv/vsomeip/third_party/boost/filesystem/test/
Ddeprecated_test.cpp162 p.file_string(); in misc_test()
/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