Home
last modified time | relevance | path

Searched defs:backup_dir (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/rawbu/
H A Dbackup.cpp255 static int backup_dir(FILE* fh, const char* srcPath) in backup_dir() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py162 def backup_dir(dir: str, ext: str = ".bak") -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py162 def backup_dir(dir: str, ext: str = ".bak") -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py162 def backup_dir(dir: str, ext: str = ".bak") -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py162 def backup_dir(dir: str, ext: str = ".bak") -> str: function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dcallbacks.py1653 def __init__(self, backup_dir): argument