OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UUIDD_PATH
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/uuid/
uuidd.h
41
#define
UUIDD_PATH
"/usr/sbin/uuidd"
gen_uuid.c
486
static const char *
uuidd_path
=
UUIDD_PATH
;
local
499
access_ret = access(
uuidd_path
, X_OK);
501
access_ret = stat(
uuidd_path
, &st);
507
execl(
uuidd_path
, "uuidd", "-qT", "300",
Completed in 21 milliseconds