HomeSort by relevance Sort by last modified time
    Searched full:lock_file (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/ppp/pppd/
utils.c 906 static char lock_file[MAXPATHLEN]; variable
920 strlcpy(lock_file, dev, sizeof(lock_file));
927 error("Can't create lock file %s", lock_file);
946 slprintf(lock_file, sizeof(lock_file), "%s/LK.%03d.%03d.%03d",
965 slprintf(lock_file, sizeof(lock_file), "%s/LCK..%s", LOCK_DIR, dev);
968 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {
970 error("Can't create lock file %s: %m", lock_file);
    [all...]
sys-solaris.c     [all...]
  /external/chromium_org/tools/coverity/
coverity.py 78 LOCK_FILE = 'coverity.lock'
99 def _ReleaseLock(lock_file, lock_filename):
101 os.close(lock_file)
109 lock_filename = os.path.join(options.source_dir, LOCK_FILE)
111 lock_file = os.open(lock_filename,
118 os.write(lock_file, str(os.getpid()))
136 _ReleaseLock(lock_file, lock_filename)
151 _ReleaseLock(lock_file, lock_filename)
232 _ReleaseLock(lock_file, lock_filename)
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc 81 FILE* lock_file = file_util::OpenFile(lock_file_path, "w"); local
82 ASSERT_TRUE(lock_file);
83 file_util::CloseFile(lock_file);
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_unittest.cc 73 FILE* lock_file = file_util::OpenFile(lock_file_path, "w"); local
74 ASSERT_TRUE(lock_file);
75 file_util::CloseFile(lock_file);
  /external/valgrind/main/memcheck/tests/
file_locking.c 24 static int lock_file(const int fd) function
55 if (! lock_file(fd))
  /external/chromium_org/rlz/lib/
recursive_cross_process_lock_posix.h 24 // directory of |lock_file| must exist.
  /external/chromium_org/tools/python/google/
platform_utils_linux.py 98 "lock_file": os.path.join(output_dir, "accept.lock"),
117 ' -c \'LockFile "%(lock_file)s"\''
platform_utils_mac.py 96 "lock_file": os.path.join(output_dir, "accept.lock"),
115 ' -c \'LockFile "%(lock_file)s"\''
  /external/oprofile/utils/
opcontrol 289 LOCK_FILE="$SESSION_DIR/lock"
766 test ! -f "$LOCK_FILE" || {
936 vecho "LOCK_FILE $LOCK_FILE"
973 if test ! -f "$LOCK_FILE"; then
978 kill -0 `cat $LOCK_FILE` 2>/dev/null
981 rm -f "$LOCK_FILE"
990 kill -USR2 `cat $LOCK_FILE` 2>/dev/null
997 if test ! -f "$LOCK_FILE"; then
1003 kill -0 `cat $LOCK_FILE` 2>/dev/nul
    [all...]
  /external/chromium_org/third_party/launchpad_translations/
generated_resources_hy.xtb     [all...]
generated_resources_ast.xtb     [all...]
generated_resources_ug.xtb     [all...]
  /external/chromium_org/chrome/app/resources/
generated_resources_am.xtb     [all...]
generated_resources_ar.xtb     [all...]
generated_resources_bg.xtb     [all...]
generated_resources_bn.xtb     [all...]
generated_resources_el.xtb     [all...]
generated_resources_fa.xtb     [all...]
generated_resources_gu.xtb     [all...]
generated_resources_hi.xtb     [all...]
generated_resources_iw.xtb     [all...]
generated_resources_ja.xtb     [all...]
generated_resources_kn.xtb     [all...]
generated_resources_ko.xtb     [all...]

Completed in 950 milliseconds

1 2 3