Home
last modified time | relevance | path

Searched refs:to_dir_path (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/binast/
H A Dencode.py197 def copy_directive_file(dir_path, to_dir_path): argument
206 if not check_filter(to_dir_path):
210 print(' to', to_dir_path)
211 shutil.copyfile(dir_path, to_dir_path)
255 to_dir_path = os.path.join(todir, dir_filename)
256 copy_directive_file(dir_path, to_dir_path)
/dports/lang/spidermonkey60/firefox-60.9.0/tools/update-packaging/
H A Dmake_incremental_updates.py327 def create_partial_patch(from_dir_path, to_dir_path, patch_filename, shas, patch_info, forced_updat… argument
331 to_dir_path = os.path.abspath(to_dir_path)
334 to_dir_hash,to_file_set,to_dir_set = patch_info.build_marfile_entry_hash(to_dir_path)
346 raise Exception("missing precomplete file in: "+to_dir_path)
356 raise Exception("missing removed-files file in: "+to_dir_path)
366 raise Exception("missing chrome.manifest file in: "+to_dir_path)
401 process_explicit_remove_files(to_dir_path, patch_info)
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/update-packaging/
H A Dmake_incremental_updates.py323 def create_partial_patch(from_dir_path, to_dir_path, patch_filename, shas, patch_info, forced_updat… argument
327 to_dir_path = os.path.abspath(to_dir_path)
330 to_dir_hash,to_file_set,to_dir_set = patch_info.build_marfile_entry_hash(to_dir_path)
342 raise Exception, "missing precomplete file in: "+to_dir_path
352 raise Exception, "missing removed-files file in: "+to_dir_path
362 raise Exception, "missing chrome.manifest file in: "+to_dir_path
397 process_explicit_remove_files(to_dir_path, patch_info)
/dports/lang/spidermonkey78/firefox-78.9.0/tools/update-packaging/
H A Dmake_incremental_updates.py341 def create_partial_patch(from_dir_path, to_dir_path, patch_filename, argument
346 to_dir_path = os.path.abspath(to_dir_path)
349 to_dir_hash, to_file_set, to_dir_set = patch_info.build_marfile_entry_hash(to_dir_path)
361 raise Exception("missing precomplete file in: " + to_dir_path)
371 raise Exception("missing removed-files file in: " + to_dir_path)
407 process_explicit_remove_files(to_dir_path, patch_info)
/dports/misc/ytree/ytree-2.03/
H A Dcopy.c24 char *to_dir_path, /* absoluter Pfad */ in CopyFile() argument
49 if( strcmp( to_dir_path, FILE_SEPARATOR_STRING ) ) in CopyFile()
54 (void) strcat( to_path, to_dir_path ); in CopyFile()
H A Dmove.c22 char *to_dir_path, in MoveFile() argument
44 (void) strcpy( to_path, to_dir_path ); in MoveFile()
H A Dytree.h990 … unsigned char confirm, char *to_file, DirEntry *dest_dir_entry, char *to_dir_path, BOOL path_copy…
992 … unsigned char confirm, char *to_file, DirEntry *dest_dir_entry, char *to_dir_path, FileEntry **ne…