Home
last modified time | relevance | path

Searched defs:basename (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/base/tools/aapt2/trace/
H A DTraceBuffer.h61 #define TRACE_FLUSH(basename, tag) FlushTrace __t(basename, tag) argument
62 #define TRACE_FLUSH_ARGS(basename, tag, args) FlushTrace __t(basename, tag, args) argument
/aosp12/bionic/libc/include/
H A Dlibgen.h59 #define basename __posix_basename macro
/aosp12/art/build/apex/
H A Dart_apex_test.py295 def check_dexpreopt(self, basename): argument
301 def check_java_library(self, basename): argument
347 def check_native_library(self, basename): argument
355 def check_prefer64_library(self, basename): argument
375 def check_native_library(self, basename): argument
383 def check_prefer64_library(self, basename): argument
402 def check_native_library(self, basename): argument
410 def check_prefer64_library(self, basename): argument
431 def check_native_library(self, basename): argument
441 def check_prefer64_library(self, basename): argument
/aosp12/build/soong/bp2build/
H A Dconversion_test.go24 basename string member
H A Dconversion.go94 func newFile(dir, basename, content string) BazelFile { argument
/aosp12/build/make/tools/
H A Djava-event-log-tags.py105 basename, _ = os.path.splitext(os.path.basename(fn)) variable
/aosp12/packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
H A DObd2CollectionTask.java117 String basename = String.format("obd2app.capture.%d", SystemClock.elapsedRealtimeNanos()); in getFilenameForStorage() local
/aosp12/system/netd/netutils_wrappers/
H A DNetUtilsWrapper-1.0.cpp107 char *basename = nullptr; in doMain() local
/aosp12/bionic/libc/bionic/
H A Dlibgen.cpp160 char* basename(const char* path) { in basename() function
H A Dlibc_init_static.cpp243 const char* basename = __gnu_basename(progname); in get_environment_memtag_setting() local
/aosp12/art/test/693-vdex-inmem-loader-evict/src/
H A DMain.java77 private static native boolean isAnonymousVdexBasename(String basename); in isAnonymousVdexBasename()
/aosp12/frameworks/base/services/incremental/
H A Dpath.cpp138 std::string_view basename(std::string_view path) { in basename() function
/aosp12/system/vold/bench/inodeop_bench/
H A Dinodeop_bench.cpp149 bool delete_files(const std::string& dir, int n_file, const std::string& basename) { in delete_files()
169 bool create_files(const std::string& dir, int n_file, const std::string& basename) { in create_files()
/aosp12/system/netd/server/
H A DInterfaceController.cpp106 const char* dirname, const char* subdirname, const char* basename, in writeValueToPath()
136 void setOnAllInterfaces(const char* dirname, const char* basename, const char* value) { in setOnAllInterfaces()
/aosp12/packages/modules/SdkExtensions/derive_classpath/
H A Dderive_classpath_test.cpp106 std::string basename = Classpath_Name(classpath) + ".pb"; in AddJarToClasspath() local
/aosp12/art/test/692-vdex-inmem-loader/
H A Dvdex_inmem_loader.cc185 jstring basename) { in Java_Main_isAnonymousVdexBasename()
/aosp12/system/update_engine/payload_generator/
H A Dext2_filesystem.cc113 string basename(dirent->name, dirent->name_len & 0xff); in UpdateFileAndAppend() local
/aosp12/system/libbase/
H A Dfile_test.cpp291 std::string basename = android::base::Basename(td.path); in TEST() local
/aosp12/art/runtime/
H A Doat_file_manager.cc549 std::string basename = android::base::Basename(vdex_path_to_add); in UnlinkLeastRecentlyUsedVdexIfNeeded() local
H A Doat_file_assistant.cc502 bool OatFileAssistant::IsAnonymousVdexBasename(const std::string& basename) { in IsAnonymousVdexBasename()
/aosp12/art/libartbase/base/
H A Dfile_utils.cc452 std::string basename = android::base::Basename(std::string{dex_location}); in GetApexDataDalvikCacheFilename() local
/aosp12/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java151 public void saveWebArchive(String basename, boolean autoname, ValueCallback<String> callback); in saveWebArchive()
/aosp12/art/odrefresh/
H A Dodrefresh.cc753 const std::string basename(android::base::Basename(jar_path)); in VerifySystemServerArtifactsAreUpToDate() local
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java472 private String getLockCredentialFilePathForUser(int userId, String basename) { in getLockCredentialFilePathForUser()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp66 void writePPM(const char* basename, GLuint width, GLuint height) { in writePPM()

12