Searched defs:target_path (Results 1 – 7 of 7) sorted by relevance
28 def UploadToCloudStorage(self, bucket, target_path): argument
56 def target_path(self): member in _Move
169 def CanPossiblyHandlePath(target_path): argument
96 def CanPossiblyHandlePath(target_path): argument
115 errcode_t base_fs_alloc_set_target(ext2_filsys fs, const char *target_path, in base_fs_alloc_set_target()
317 FilePath target_path(to_path); in CopyDirectory() local403 bool CreateSymbolicLink(const FilePath& target_path, in CreateSymbolicLink()411 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink()
136 def download( url, target_path ): argument