HomeSort by relevance Sort by last modified time
    Searched refs:subfile (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/platform/s3/
s3_file_system_test.cc 151 const string subfile = io::JoinPath(subdir, "TestSubFile.csv"); local
152 TF_EXPECT_OK(WriteString(subfile, "test"));
  /frameworks/base/tools/aapt2/util/
Files.cpp 334 for (const std::string& subfile : subfiles.value()) {
336 AppendPath(&new_file, subfile);
  /external/python/cpython3/Lib/test/test_importlib/
util.py 109 with open(path, 'w') as subfile:
110 subfile.write(content)

Completed in 89 milliseconds