/toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/ |
align1.s | 22 lock_file: label
|
/external/autotest/server/cros/ |
lockfile.py | 138 self.lock_file = os.path.abspath(path) + ".lock" 143 dirname = os.path.dirname(self.lock_file) 232 os.link(self.unique_name, self.lock_file) 262 os.unlink(self.lock_file) 265 # We don't own lock_file but clean up after ourselves. 271 return os.path.exists(self.lock_file) 281 if os.path.exists(self.lock_file): 282 os.unlink(self.lock_file) 288 age = time.time() - os.stat(self.lock_file).st_ctime
|
/dalvik/dx/tests/ |
run-all-tests | 141 local -r lock_file=$3 144 flock "${lock_file}" ./run-test --output_dir "${output_dir}" "${test_name}" 170 local lock_file=${test_root}/lock.$((i % num_workers)) 173 run_one_test_with_flock "$output" "$test_name" "$lock_file" &
|
/external/ppp/pppd/ |
utils.c | 869 static char lock_file[MAXPATHLEN]; variable 883 strlcpy(lock_file, dev, sizeof(lock_file)); 890 error("Can't create lock file %s", lock_file); 909 slprintf(lock_file, sizeof(lock_file), "%s/LK.%03d.%03d.%03d", 928 slprintf(lock_file, sizeof(lock_file), "%s/LCK..%s", LOCK_DIR, dev); 931 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) { 933 error("Can't create lock file %s: %m", lock_file); [all...] |
/system/bt/osi/test/ |
wakelock_test.cc | 103 void* lock_file = local 109 if (memcmp(lock_file, unlock_file, unlock_stat.st_size) == 0) { 117 munmap(lock_file, lock_stat.st_size);
|
/external/ltp/pan/ |
zoolib.h | 49 int lock_file( FILE *fp, short ltype, char **errmsg );
|
/external/valgrind/memcheck/tests/ |
file_locking.c | 24 static int lock_file(const int fd) function 55 if (! lock_file(fd))
|
/external/libdaemon/libdaemon/ |
dpid.c | 74 static int lock_file(int fd, int enable) { function 122 if ((locked = lock_file(fd, 1)) < 0) 162 lock_file(fd, 0); 235 if ((locked = lock_file(fd, 1)) < 0) { 261 lock_file(fd, 0);
|
/external/toolchain-utils/binary_search_tool/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 274 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/darwin-x86/clang-3859424/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/darwin-x86/clang-4053586/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/darwin-x86/clang-4393122/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/darwin-x86/clang-4479392/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/darwin-x86/clang-4579689/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/darwin-x86/clang-4630689/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/darwin-x86/clang-4639204/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/darwin-x86/clang-4691093/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/linux-x86/clang-3859424/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/linux-x86/clang-4053586/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/linux-x86/clang-4393122/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/linux-x86/clang-4479392/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/linux-x86/clang-4579689/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/linux-x86/clang-4630689/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/linux-x86/clang-4639204/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|
/prebuilts/clang/host/linux-x86/clang-4691093/bin/ |
bisect_driver.py | 42 def lock_file(path, mode): function 83 with lock_file(path, 'a') as log: 190 with lock_file(list_filename, 'r') as list_file: 277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
|