Home
last modified time | relevance | path

Searched refs:file_basename (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcompile_handcrafted_file.py70 file_basename = os.path.split(original_name)[1]
76 if dir_entry == file_basename:
83 raise ValueError("%s could not be found in any of the --zip_path specified." %(file_basename))
85 _debug_print("found zip file ", file_basename, " in ", matched)
/aosp12/art/odrefresh/
H A Dodrefresh.cc167 const std::string file_basename(android::base::Basename(file->GetPath())); in MoveOrEraseFiles() local
168 const std::string output_file_path = Concatenate({output_directory_path, "/", file_basename}); in MoveOrEraseFiles()