Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:xdg_data_dirs
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-augment-properties.c
186
const char *
xdg_data_dirs
= NULL;
in update_rule()
local
192
if ((
xdg_data_dirs
= getenv("XDG_DATA_DIRS"))) {
in update_rule()
193
while ((data_dir = pa_split(
xdg_data_dirs
, ":", &state))) {
in update_rule()
/third_party/vulkan-loader/loader/
H
A
D
loader.c
2968
char *
xdg_data_dirs
= loader_secure_getenv("XDG_DATA_DIRS", inst);
in read_data_files_in_search_paths()
local
2971
if (NULL ==
xdg_data_dirs
|| '\0' ==
xdg_data_dirs
[0]) {
in read_data_files_in_search_paths()
2972
xdg_data_dirs
= FALLBACK_DATA_DIRS;
in read_data_files_in_search_paths()
3137
search_path_size += determine_data_file_path_size(
xdg_data_dirs
, rel_size);
in read_data_files_in_search_paths()
3217
copy_data_file_info(
xdg_data_dirs
, relative_location, rel_size, &cur_path_ptr);
3324
loader_free_getenv(
xdg_data_dirs
, inst);
Completed in 11 milliseconds