Lines Matching refs:local_path
46 local_path = "resource" variable in GP
123 cls.local_path = content.get("local_path")
166 cls.local_path = opt
221 return os.path.join(GP.local_path, path)
271 local_path = os.path.join(GP.local_path, local)
274 return check_shell(cmd) and _check_file(local_path, remote_path)
278 local_path = os.path.join(GP.local_path, local)
281 return check_shell(cmd) and _check_file(local_path, remote_path)
285 app = os.path.join(GP.local_path, app)
375 os.mkdir(GP.local_path)
377 gen_file(os.path.join(GP.local_path, "empty"), 0)
380 gen_file(os.path.join(GP.local_path, "small"), 102400)
383 gen_file(os.path.join(GP.local_path, "large"), 2 * 1024 ** 3)
386 dir_path = os.path.join(GP.local_path, "normal_dir")
392 dir_path = os.path.join(GP.local_path, "empty_dir")
398 shutil.copy("entry-default-signed-debug.hap", GP.local_path)
402 shutil.copy("panalyticshsp-default-signed.hsp", GP.local_path)